.slider-ad {
    height: 90px;
    overflow: hidden;
    position: relative;
}
.slider-ad .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.slider-ad .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider-ad .hd ul li {
    float: left;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
    color: #ba2a21;
    margin-top: 5px;
    border-radius: 3px;
}
.slider-ad .hd ul li.on {
    height: 20px;
    width: 20px;
    line-height: 20px;
    margin-top: 0;
}
.slider-ad .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider-ad .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 90px;
    position: relative;
}
.slider-ad .bd img {
    width: 100%;
    height: 90px;
    display: block;
}


.slider-magazine {
    height: 220px;
    overflow: hidden;
    position: relative;
}
.slider-magazine .bd {
    position: relative;
    width: 177px;
    overflow: hidden;
    margin: 0 auto;
    z-index: 0;
}
.slider-magazine .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 220px;
    position: relative;
}
.slider-magazine .bd img {
    width: 100%;
    height: 220px;
    display: block;
}

.slider-magazine .prev,
.slider-magazine .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    opacity: .5;
}
.slider-magazine .prev {
    left: 0;
    background: url(../images/magazine_left.png) center center no-repeat;
}
.slider-magazine .next {
    background: url(../images/magazine_right.png) center center no-repeat;
    right: 0;
}





/*slider*/
.slider {
    height: 560px;
    overflow: hidden;
    position: relative;
}
.slider .hd {
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 14px;
    z-index: 1;
}
.slider .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.slider .hd ul li {
    float: left;
    margin-right: 5px;
    width: 10px;
    height: 10px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}
.slider .hd ul li.on {
    background: #ff0000;
    color: #fff;
}
.slider .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}
.slider .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 560px;
    position: relative;
}
.slider .bd img {
    width: 100%;
    height: 560px;
    display: block;
}
.slider .prev,
.slider .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 50px;
    opacity: .5;
}
.slider .prev {
    left: 0;
    background: url(../images/left.png) center center no-repeat;
}
.slider .next {
    background: url(../images/right.png) center center no-repeat;
    right: 0;
}
.slider .prev:hover,
.slider .next:hover {
    opacity: 1;
}
.slider .u-tit {
    background: url(../images/opacity.png) repeat;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.slider .u-tit p {
    padding: 8px;
    width: 80%;
}


/*slider-txt*/
.slider-txt {
    overflow: hidden;
    position: relative;
    padding: 30px 100px;
    background: #ffffff;
}
.slider-txt .bd li {
    zoom: 1;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.slider-txt .bd .u-pic {
    display: block;
    width: 320px;
    height: 240px;
    overflow: hidden;
    float: left;
}
.slider-txt .bd img {
    width: 100%;
    display: block;
}
.slider-txt .bd img:hover {
    opacity: .9;
}
.slider-txt .prev,
.slider-txt .next {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    left: 20px;
    display: block;
    width: 60px;
    height: 70px;
    background:#f5f5f5 url(../images/arrow_l.png) center center no-repeat;
}
.slider-txt .next {
    background:#f5f5f5 url(../images/arrow_r.png) center center no-repeat;
    left: auto;
    right: 20px;
}
.slider-txt .u-ct {
    width: 530px;
    float: right;
    text-align: justify;
}
.slider-txt .u-tit {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}
.slider-txt .u-txt {
    background: #eee;
    padding: 15px;
    color: #666;
    font-size: 15px;
    margin-top: 14px;
    overflow: hidden;
}
.slider-txt .u-txt p {
    height: 110px;
    overflow: hidden;
}

/*slider-pic*/
.slider-pic {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
}
.slider-pic .hd {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 9;
}
.slider-pic .hd .prev,
.slider-pic .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    margin-top: 54px;
    left: -20px;
    height: 40px;
    width: 30px;
    background-size: 17px;
}
.slider-pic .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
    right: -20px;
    background-size: 17px;
}
.slider-pic .hd .prevStop {
    background-position: -60px 0;
}
.slider-pic .hd .nextStop {
    background-position: -60px -50px;
}
.slider-pic .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slider-pic .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-pic .hd ul li.on {
    background-position: 0 0;
}
.slider-pic .bd {
    width: 1030px;
    margin: 0 auto;
}
.slider-pic .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-pic .bd ul li {
    margin: 0 8px;
    width: 190px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slider-pic .bd ul li .pic {
    text-align: center;
    display: block;
    height: 140px;
    position: relative;
}
.slider-pic .bd .pic img {
    width: 100%;
    display: block;
}



/*slider-pic*/
.slider-people {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 20px;
}
.slider-people .hd {
    height: 0;
    width: 100%;
    position: relative;
    z-index: 9;
}
.slider-people .hd .prev,
.slider-people .hd .next {
    display: block;
    overflow: hidden;
    cursor: pointer;
    background: url(../images/left.png) no-repeat center center;
    position: absolute;
    margin-top: 35px;
    left: -12px;
    height: 40px;
    width: 30px;
    background-size: 17px;
}
.slider-people .hd .next {
    background: url(../images/right.png) no-repeat center center;
    left: auto;
    right: -12px;
    background-size: 17px;
}
.slider-people .hd .prevStop {
    background-position: -60px 0;
}
.slider-people .hd .nextStop {
    background-position: -60px -50px;
}
.slider-people .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
}
.slider-people .hd ul li {
    float: left;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    display: none;
}
.slider-people .hd ul li.on {
    background-position: 0 0;
}
.slider-people .bd {
    width: 990px;
    margin: 0 auto;
}
.slider-people .bd ul {
    overflow: hidden;
    zoom: 1;
}
.slider-people .bd ul li {
    margin: 0 5px;
    width: 100px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.slider-people .bd ul li .pic {
    text-align: center;
    display: block;
    height: 100px;
    position: relative;
}
.slider-people .bd .pic img {
    width: 100%;
    display: block;
}
.slider-people .bd .title {
    text-align: center;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
